crypto/internal/fips140/mlkem.DecapsulationKey1024.z (field)
6 uses
crypto/internal/fips140/mlkem (current package)
mlkem1024.go#L18: z [32]byte // implicit rejection sampling seed
mlkem1024.go#L33: copy(b[32:], dk.z[:])
mlkem1024.go#L58: b = append(b, dk.z[:]...)
mlkem1024.go#L191: copy(dk.z[:], b)
mlkem1024.go#L209: dk.z = *z
mlkem1024.go#L425: J.Write(dk.z[:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |